home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Applications
/
PICSee Dust 1.01
/
Tertiary Source
/
SimpleError.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-04
|
175 b
|
10 lines
|
[
TEXT/CWIE
]
#ifdef __cplusplus
extern "C" {
#endif
short SimpleError(short alertID, short strID, short strIndex);
short SimpleMsg(short alertID, Str255 msg);
#ifdef __cplusplus
}
#endif